-
Notifications
You must be signed in to change notification settings - Fork 169
ci(openapi): Add spell-check CI step and fix existing typos #2187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Configure typos spell checker to only check apify-api/ directory - Add .typos.toml config to ignore false positives from example IDs - Verified no actual typos exist in apify-api directory
|
Preview for this PR was built for commit |
fnesveda
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool 👍 Maybe this should also be discussed with @TC-MO, this is more in his yard.
Sure, I quickly looked at the current CI setup, and it seems that doc content has its own spell-check steps. Because of that, I configured But of course, we can definitely enable Running it across the repo showed a few existing typos, for example: |
|
I'm fairly certain that we used this already before but retired it for one reason or another (not 100% sure atm). At the same time maybe the tool is better now or we could have better rules in place. I see no harm in setting this up for whole repo and trying it out. Worst case scenario we can revert to having it only work on |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
typosspell checker to check the repository.typos.tomlconfig to ignore false positives.